sdmdlvaluetexturereference module¶
-
class
sd.api.mdl.sdmdlvaluetexturereference.SDMDLValueTextureReference(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.mdl.sdmdlvalueresourcereference.SDMDLValueResourceReferenceClass used to store information about a MDL Texture Reference value
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
getValue() → str¶ Get the value of the referenced item
-
release() → None¶ Releases an APIObject
-
setValue(value: str) → None¶ Set the value of the referenced item
- Parameters
value – The new item reference value
-